home *** CD-ROM | disk | FTP | other *** search
- #ifndef _TCP_H_
- #define _TCP_H_
-
- /*
- * $Header: tcp.h,v 3.0 91/05/17 16:14:39 jrd Rel $
- * Author: J. Davin
- * Copyright 1988, 1989, Massachusetts Institute of Technology
- * See permission and disclaimer notice in file "notice.h"
- */
-
- #include <notice.h>
-
- #include <ctypes.h>
- #include <smp.h>
-
- SmpStatusType tcpSend ();
- SmpSocketType tcpNew ();
- SmpSocketType tcpFree ();
-
- #endif /* _TCP_H_ */
-